bitkeeper revision 1.1159.16.2 (4118ed20n9s8eU8-4zEBAN9uVi9YWQ)
authorgm281@boulderdash.cl.cam.ac.uk <gm281@boulderdash.cl.cam.ac.uk>
Tue, 10 Aug 2004 15:43:28 +0000 (15:43 +0000)
committergm281@boulderdash.cl.cam.ac.uk <gm281@boulderdash.cl.cam.ac.uk>
Tue, 10 Aug 2004 15:43:28 +0000 (15:43 +0000)
Fix to a broken build (previously not picked up by make). Prorer fix will follow soon.

tools/libxc/xc_linux_restore.c

index 304413b485a012311657698f26a19c4a2e20af1b..1ce1837e35ee6201384bbc84290227328a911d09 100644 (file)
@@ -225,7 +225,7 @@ int xc_linux_restore(int xc_handle, XcIOContext *ioctxt)
     /* XXX create domain on CPU=-1 so that in future it auto load ballances by default */
     if ( xc_domain_create( xc_handle,  nr_pfns * (PAGE_SIZE / 1024),
                           name,
-                          -1, &dom ) )
+                          -1, 1, &dom ) )
     {
        xcio_error(ioctxt, "Could not create domain. pfns=%d, %dKB",
                   nr_pfns,nr_pfns * (PAGE_SIZE / 1024));